SftTree/NET 2.0

AutoHScrollMargin Property, DimensionsClass Class

Softel vdm, Inc.

Defines the width of the area at the left and right of the control's item area where horizontal scrolling starts during a drag & drop operation.

Syntax      DimensionsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property AutoHScrollMargin As Integer

C#   

public int AutoHScrollMargin { get; set; }

C++   

public: property int AutoHScrollMargin {
        int get();
        void set(int value);
}

Property Value

The width of the area in pixels.

The default value is 20.

Comments

The AutoHScrollMargin property defines the width of the area at the left and right of the control's item area where horizontal scrolling starts during a drag & drop operation.

If the cursor enters the area at the left and right of the control's item area, the control initiates horizontal scrolling.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com